home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
clbox1
/
dropcmbo.bas
next >
Wrap
BASIC Source File
|
1995-05-09
|
273b
|
8 lines
Declare Function GetFocus% Lib "User" ()
Declare Function SendMessage& Lib "USER" (ByVal hWnd%, ByVal wMsg%, ByVal wParm%, ByVal lparam As Any)
Global Const WM_USER = &H400
Global Const LB_SELECTSTRING = (WM_USER + 13)
Global Const LB_RESETCONTENT = (WM_USER + 5)